home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8441 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: cloud9.net!not-for-mail
  2. From: hraiser@cloud9.net
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: "SHOULD I DUMP VISUAL BASIC?"
  5. Followup-To: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  6. Date: 18 Feb 1996 09:21:07 -0500
  7. Organization: Cloud 9 Internet, White Plains, NY, USA
  8. Message-ID: <4g7ckj$5fp@cloud9.net>
  9. References: <4e9g08$3dp@maureen.teleport.com> <4e9oji$me5@news-2.csn.net>
  10. NNTP-Posting-Host: cloud9.net
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13. Jens Balchen Jr. (balchen@sn.no) wrote:
  14. : >Basic is useless.  Even if you unload the processing onto DLLs, the
  15. : >interface crawls on a VB application compared to one coded in C/C++.
  16. :
  17. : since both rely on the API, I can't imagine why.
  18.  
  19.   Neither can I.  Why don't you experiment?  Create a form with 10 or so
  20. controls on it in Visual Basic and run it.  Watch the form thrash around
  21. while drawing the controls.  Now code up the same interface in C or C++ and
  22. run it.  Much snappier, eh?  
  23.  
  24. : yeah? I can make a button on a form ten times as fast as you can (this
  25. : includes the form, of course). it took me 2.9 seconds to have a one-form,
  26. : one-button app up and running, from I started moving the mouse 'til the app
  27. : had stopped loading. you will have to do it in less than 30 seconds to
  28. : prove me wrong. :)
  29.  
  30.   Then that settles it!  I will use Visual Basic for my backlog of one
  31. button functionless forms!  My clients will be overjoyed.
  32.  
  33.